home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / utils / xad / docs / xadundisk.doc < prev    next >
Text File  |  1999-01-01  |  2KB  |  83 lines

  1. NAME
  2.     xadUnDisk 1.4
  3.  
  4. SYNOPSIS
  5.     xadUnDisk FROM/A,TO,LOWCYL/N,HIGHCYL/N,ENTRY/N,PASSWORD,
  6.     SAVETEXTS/K,NE=NOEXTERN/S,INFO=LIST/S,SHOWTEXTS/S,OW=OVERWRITE/S,
  7.     IG=IGNOREGEOMETRY/S
  8.  
  9. DESCRIPTION
  10.     xadUnDisk is the master shell tool to extract data from
  11.     disk archives.
  12.  
  13.     FROM specifies the disk archive that should be handled.
  14.  
  15.     TO is the destination. This maybe an device name like RAD:
  16.     or any file name. TO is required when LIST option is not
  17.     specified.
  18.     
  19.     LOWCYL and HIGHCYL name the lowest and highest cylinder that
  20.     should be dearchived. Note that some clients do not support
  21.     cylinder based dearchiving and thus ignore these options.
  22.  
  23.     ENTRY specifies the entry, which should be dearchived. Normal
  24.     disk archives only store 1 entry, so there is no need for that
  25.     option, but maybe there are multi-disk-archivers and then you
  26.     need that option to specify the wanted entry. This is a decimal
  27.     number. The first entry has number 1.
  28.  
  29.     PASSWORD can be used to supply a password for unarchiving of
  30.     encrypted archives.
  31.  
  32.     After the SAVETEXTS keyword you may specify a filename which
  33.     should be used to save information texts. The name gets an
  34.     additional point and the text number. E.g. "SAVETEXTS text"
  35.     produces files text.1, text.2, ...
  36.  
  37.     NOEXTERN prohibits the use of external clients for
  38.     recognition purposes.
  39.     
  40.     INFO or LIST prints information about the archive and does not
  41.     do any unarchiving.
  42.     
  43.     SHOWTEXTS tells the program to display information texts, if
  44.     there are some of them in the archive.
  45.     
  46.     OVERWRITE forces the program to overwrite an already existing
  47.     destination file and IGNOREGEOMETRY forces it to ignore wrong
  48.     drive geometry when unarchiving to an device.
  49.  
  50. EXAMPLES
  51.     Shell> xadUnDisk archive.dms RAD:
  52.         Unarchive the dms file to RAD:
  53.  
  54.     Shell> xadUnDisk archive.dms LIST
  55.         Tells information about archive.dms file.
  56.  
  57. HISTORY
  58.     xadUnDisk 1.4
  59.     - buf fix in report hook
  60.  
  61.     xadUnDisk 1.3
  62.     - bug fix in report hook
  63.  
  64.     xadUnDisk 1.2
  65.     - added output for corrupted files
  66.  
  67.     xadUnDisk 1.1
  68.     - added support file file descriptions
  69.  
  70.     xadUnDisk 1.0
  71.     - First public release.
  72.  
  73. COPYRIGHT
  74.     xadUnDisk is freely distributable for noncommercial use.
  75.  
  76. AUTHOR
  77.     Dirk Stöcker
  78.     Geschwister-Scholl-Straße 10
  79.     01877 Bischofswerda
  80.     GERMANY
  81.     
  82.     Dirk Stoecker <stoecker@amigaworld.com>
  83.